home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / alib / csup / intuition_support / dogadgetmethod.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-19  |  342 b   |  18 lines

  1.  
  2. /* Intuition tag call */
  3.  
  4. #include <exec/types.h>
  5. #include <clib/intuition_protos.h>
  6.  
  7. #ifndef HYPER
  8. #define HYPER
  9. #endif
  10.  
  11. typedef struct TagItem     TagItem;
  12.  
  13. ULONG 
  14. HYPER ## DoGadgetMethod( struct Gadget *gad, struct Window *win,struct Requester *req, unsigned long MethodID, ... )
  15. {
  16.     return DoGadgetMethodA(gad, win, req, (Msg)&MethodID );
  17. }
  18.